.projectPage{
    background-image: radial-gradient(49.36% 154.16% at 101.12% 2.19%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(44.96% 72.6% at -2.5% 103.98%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        url(../images/addiotional-elements/bg-desk-project.svg);
    background-repeat:no-repeat;
    background-position: center center, center center, calc(50% + 285px) 81px;
}



.projectPage-content{
    padding: 80px 0 0;
    min-height: calc(100vh - 154px);

}

.projectPage-title{
    text-align: center;
    font-size: 74px;
    font-family: var(--font-text);
    font-weight: 700;
    line-height: 96.9%;
    text-transform: capitalize;
    -webkit-text-stroke: 1px var(--text-higlight);
    text-stroke: 1px var(--text-higlight);
    color: transparent;
    padding-top: 47px;
    padding-bottom: 44px;
}

.projectPage-title::selection{
    /* color:var(--text-higlight);   */
    color: var(--bg-color);
    background: #084D6B;
}

.projectPage-linesPatternSmall{
    position: absolute;
    top: 200px;
    /* bottom: 0; */
    left: 0;
    margin: auto 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: -1;
}

.projectPage{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.projectPage-controls{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.otherProjects{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}

.projectPage-submit{
    font-weight: 700;
    padding-left: 52px;
    padding-right: 52px;
}

.otherProjects-title{
    color: var(--text-higlight)
}

.otherProjects-link{
    border-radius: 55px;
    background:  linear-gradient(151deg, #001124 0%, #002041 59.90%, #002143 100%);
    padding: 4px 16px 1px;
    text-decoration: none;
    color: var(--text-main)
}

.project-description{
    text-align: justify;
}

.project-body{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
    padding-top: 47px;
}

.project-imgWrapper{
    width: 300px;
    height: 180px;
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    flex: 1 0 300px;
    border-radius: 15px;
    background: rgba(0, 81, 79, 0.13);
    
}

.project-img{
    display: block;
    transform: scale(.8);
}

.projectPage-container{
    width: 1218px;
    max-width: 100%;
    margin: 0 auto;
}

.projectsList{
    display: flex;
    justify-content: center;
    align-items:flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.projectsList-item{
    width: calc(33.33% - 20px);
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    font-family: var(--font-label);
    line-height: 153.4%;
}

.projectsList-marker{
    font-size: 31px;
    font-family: var(--font-text);
    font-weight: 700;
    line-height: 96.9%;
    text-transform: capitalize;
    color:var(--text-higlight);
}

.projectPage-borderMsg{
    text-align: center;
    padding: 21px 32px;
    border:1px solid var(--text-higlight);
    border-radius: 23px;
    width: 916px;
    max-width: calc(100% - 40px);
    margin: 60px auto 40px;
}

.projectPage-borderMsg--relative{
    width: fit-content;
    min-width: 770px;
    padding: 21px 43px;
}

.projectPage-bigSubmitWrapper{
    display: flex;
    justify-content: center;
    align-items:center;
    padding-bottom: 68px;
}

.projectPage-bigSubmit{
    text-transform: capitalize;
    padding-left: 48px;
    padding-right: 48px;
}

@media (max-width:1200px) {
    .projectPage-linesPatternSmall{
        display: none;
    }
    .project-body{
        padding: 48px 24px 33px;
    }
    .project-body{
        gap: 24px;
    }
    .project-imgWrapper{
        width: 244px;
        height: 169px;
        padding: 0;
        flex: 1 0 244px;
    }
    .project-img {
        transform: scale(.73);
    }
    .project-description{
        font-size: 17px;
        line-height: 153.4%; 
    }
    .projectsList{
        padding: 0 24px;
        gap: 25px 49px;
    }
    .projectsList-item{
        width: calc(50% - 25px);
    }
    .projectPage-borderMsg{
        margin: 40px auto 40px;
        width: 582px;
    }
    .projectPage-bigSubmitWrapper{
        padding-bottom: 49px;
    }
    .projectPage-title{
        padding-top: 142px;
        padding-bottom: 49px;
    }
    .backToMain--static{
        position: absolute;
    }
    .projectPage-controls{
        justify-content: center;
    }
    .projectPage{
        background-image: radial-gradient(154.77% 62.64% at 97.56% 3.57%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%) ,
            radial-gradient(123.62% 54.19% at 3.59% 100%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
            url(../images/addiotional-elements/bg-tablet.svg);
        background-position: center center, center center, right 190px ;
    }
    .otherProjects-link{
        font-size: 17px;
        padding: 3px 20px 1px;
    }
}

@media (max-width:900px){
    .projectPage-borderMsg br{
        display:none;
    }
}

@media (max-width:767px) {
    .otherProjects{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .project-body{
        flex-wrap: wrap;
        padding: 44px 0 49px ;
        gap: 44px;
    }
    .projectsList-item{
        width: 100%;
        
    }
    .projectsList{
        padding: 0;
    }
    .projectPage-borderMsg{
        max-width: 100%;
        padding: 20px;
        font-size: 17px;
        margin: 49px auto 43px;
    }
    .project-description{
        font-size: 13px;
    }
    .projectsList{
        row-gap: 35px;
    }
    .projectPage-bigSubmitWrapper{
        padding-bottom: 66px;
    }
    .projectPage-bigSubmit{
        font-size: 17px;
        padding: 12px 45px;
    }
    .projectPage-title{
        padding-top: 84px;
    }
    .projectPage{
        background:radial-gradient(154.77% 62.64% at 97.56% 3.57%, rgba(0, 110, 174, 0.2) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(123.62% 54.19% at 3.59% 114%, rgba(0, 117, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%) ;
    }
}
@media (max-width:380px){
    .projectPage-title{
        font-size:68px;
    }
}